home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / misc / volume10 / multitalk.p1 < prev    next >
Encoding:
Text File  |  1990-02-16  |  3.1 KB  |  85 lines

  1. Newsgroups: comp.sources.misc
  2. organization: Questar Data Systems, Inc., St. Paul, MN
  3. subject: v10i074: Multitalk2.0 - Multi-user Talk Parlour (missing files)
  4. from: al@questar.QUESTAR.MN.ORG (Al Viall)
  5. Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
  6.  
  7. Posting-number: Volume 10, Issue 74
  8. Submitted-by: al@questar.QUESTAR.MN.ORG (Al Viall)
  9. Archive-name: multitalk.p1
  10.  
  11. To anyone concerned, I recently posted Multitalk2.0 to this board and it
  12. has come to my attention (Thanx Steve) that it was not complete. Two files
  13. that I mentioned in 'Readme1st' were missing. They were not terribly important
  14. but that is beside the point.(I hate when people upload incomplete source.
  15. therefore, I hate myself. Today anyways.) Following are the two files, for
  16. those who grabbed Mtalk and were wondering about it. Sorry for the (Gulp!)
  17. gliche.
  18. ------------------ Tear at the perforation ------------------------------
  19. #! /bin/sh
  20. # This is a shell archive.  Remove anything before this line, then unpack
  21. # it by saving it into a file and typing "sh file".  To overwrite existing
  22. # files, type "sh file -c".  You can also feed this as standard input via
  23. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  24. # will see the following message at the end:
  25. #        "End of shell archive."
  26. # Contents:  mtalk Makeit
  27. # Wrapped by al@questar on Wed Feb 14 21:03:43 1990
  28. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  29. if test -f mtalk -a "${1}" != "-c" ; then 
  30.   echo shar: Will not over-write existing file \"mtalk\"
  31. else
  32. echo shar: Extracting \"mtalk\" \(645 characters\)
  33. sed "s/^X//" >mtalk <<'END_OF_mtalk'
  34. X#!/bin/sh 
  35. X#########################################################
  36. X#  MultiTalk 1.1  -  Albert Viall
  37. X#
  38. X#  This shell script just sets the read/write permissions
  39. X#  of your TTY for the Parlour and then executes the game
  40. X#  for you. This script is placed here for convenience.
  41. X#  Mtalk will NOT be executed while on Calvin. 
  42. X#  If ever there is an execution error for Mtalk, the most
  43. X#  likely culprit is that the executable was not setuid.
  44. X#  In such a case, let me know immediately.
  45. Xif [ `uuname -l` != "hobbes" ]
  46. Xthen 
  47. X     echo 
  48. X     echo "You can run Mtalk ONLY on Hobbes..."
  49. X     echo 
  50. X     exit 1
  51. Xfi
  52. X
  53. Xnice -5 /u1/prg/al/C/TALK/multitalk
  54. X
  55. END_OF_mtalk
  56. if test 645 -ne `wc -c <mtalk`; then
  57.     echo shar: \"mtalk\" unpacked with wrong size!
  58. fi
  59. chmod +x mtalk
  60. # end of overwriting check
  61. fi
  62. if test -f Makeit -a "${1}" != "-c" ; then 
  63.   echo shar: Will not over-write existing file \"Makeit\"
  64. else
  65. echo shar: Extracting \"Makeit\" \(49 characters\)
  66. sed "s/^X//" >Makeit <<'END_OF_Makeit'
  67. Xcc multitalk.c -o multitalk
  68. Xchmod u+s multitalk
  69. X
  70. END_OF_Makeit
  71. if test 49 -ne `wc -c <Makeit`; then
  72.     echo shar: \"Makeit\" unpacked with wrong size!
  73. fi
  74. chmod +x Makeit
  75. # end of overwriting check
  76. fi
  77. echo shar: End of shell archive.
  78. exit 0
  79. -- 
  80. | INTERNET: al@questar.QUESTAR.MN.ORG      |    NEW PRODUCT ON THE MARKET     |
  81. |     UUCP: ..!amdahl!tcnet!questar!al     |        "Flame in a Can"          |
  82. |  FIDONET: 1/282:2,3 (Al Viall)           | Just tear off the protective     |
  83. | "MMMMMMM. And so good for you!"          | seal, point and shoot. Great fun!|
  84.  
  85.